home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_game / pw12.zip / PW.CTL < prev    next >
Text File  |  1994-08-01  |  5KB  |  129 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  19. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  20. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  21. ;                     WWIV - WWIV bbs (uses chain.txt)
  22. ;                  PHOENIX - Phoenix bbs
  23. ;                  WILDCAT - Wildcat bbs
  24. ;                    PCB14 - Pcboard version 14 (not fully tested)
  25. ;
  26. ;ComPort:    For bbs types that do not have the com-port contained in their
  27. ;            door information files (such as PCBOARD-12), you will have to
  28. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  29. ;            not the whole word COM1.
  30. ;
  31. ;Internal:   Selecting this option will cause doordriver to use it's internal
  32. ;            buffered comm routines. If you do not have a fossil, it is a good
  33. ;            idea to use this option.
  34. ;
  35. ;Maxtime:    The maxtime parameter will allow you to specify a maximum time
  36. ;            per session that a user may be in the door. (i.e. if you
  37. ;            specified 30 minutes, then if the user had 60 mins left, he could
  38. ;            only play for 30 mins)
  39. ;
  40. ;Quiet:      If specified, the door will strip out all ^G characters from
  41. ;            the local side.
  42. ;
  43. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  44. ;            of "OFF" if you wish it to be disabled.
  45. ;
  46. ;Statfore:   The foreground color of the status line (default 0)
  47. ;
  48. ;Statback:   The background color of the status line (default 7)
  49. ;
  50. ;Foreground: Specifies default foreground color (default 7)
  51. ;
  52. ;Background: Specifies default background color (default 0);
  53. ;
  54. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  55. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  56. ;            understand, FORCE and QUICKBBS require this option set although
  57. ;            RBBS should not.
  58. ;
  59. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  60. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  61. ;            enhanced screen allows the local sysop to see much more infor-
  62. ;            mation on the screen.
  63. ;
  64. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  65. ;            line mode when doordriver is completed. This option is only
  66. ;            useful when the above 43LINE option is used. If 25EXIT is not
  67. ;            specified and 43LINE is, then doordriver will exit to DOS in
  68. ;            the 43-line mode.
  69. ;
  70. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  71. ;            This allows you to substitue in one color for another (i.e.
  72. ;            you could substitute in GREEN for all instances of BLUE). The
  73. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  74. ;            REMAPBACK command below handles the background colors. When a
  75. ;            color is substituted, it effects both the LOCAL user and the
  76. ;            REMOTE user. REMAPFORE's syntax is below:
  77. ;
  78. ;                       Syntax:  REMAPFORE <color1> <color2>
  79. ;                      Example:  REMAPFORE 14 15
  80. ;
  81. ;            The <color> parameters are numeric codes for colors which are
  82. ;            listed on a table below. The example will substitue white
  83. ;            (color 15) in for yellow (color 14)
  84. ;
  85. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  86. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  87. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  88. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  89. ;
  90. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  91. ;            it effects background colors instead of foreground colors. The
  92. ;            syntax is identical except that only colors 0-7 are available
  93. ;            for background.
  94. ;
  95. SYSOPFIRST EDWARD
  96. SYSOPLAST TRACY
  97. BBSNAME CHEERS
  98. ;
  99. ;       ::::------- Put your bbs type here! Select from those listed above
  100. ;       ::::
  101. ;       \/\/
  102. BBSTYPE RBBS
  103. ;
  104. ;                   If you are using a bbs type that doesn't provide the com
  105. ;        ::-------- port num in it's door information file (such as pcb-12),
  106. ;        \/         then uncomment this line and put your com port here.
  107. ;COMPORT 1
  108. ;
  109. ;INTERNAL
  110. ;
  111. ;                   Uncomment this line if you are running a monochrome
  112. ;  ::-------------- system on the local side.
  113. ;  \/
  114. ;MONO
  115. ;QUIET
  116. STATUS ON
  117. STATFORE 0
  118. STATBACK 7
  119. FOREGROUND 7
  120. BACKGROUND 0
  121. ;                   Uncomment this if GW doesn't give color output to users
  122. ;  ::-------------- who have color (ansi) selected.
  123. ;  \/
  124. COLOR1
  125. ;
  126. ;43LINE
  127. ;25EXIT
  128. ;
  129.